IMPORTANT!** new OSDev series: https://www.youtube.com/watch?v=mpPbKEeWIHU&list=PLxN4E629pPnJxCQCLy7E0SQY_zuumOVyZ&index=1 This video marks the end of heap functions. Yay! Now we need to work on a page manager to handle those annoying pages. ➤Github: https://github.com/Absurdponcho/YoutubeOS/tree/Absurdponcho-OS-Episode-25 ➤Discord: https://discordapp.com/invite/p2JYhr9 I noticed that there is not many good Youtube tutorials on this subject, so I aim to change that (or atleast try). I highly advise you to know how to write at the very least C or C++ code before starting this tutorial. If you're an OS expert and you catch me doing something wrong, correct me! I want to share the most accurate information possible. As always, thanks for watching! If you wanna see more, subscribe! It's pretty easy, there's a button somewhere over there --- I'll do my best to upload regularly. You can help by sending me a specially made package in the mail saying "Get back to work you dummy". See ya later, gamers 0:00 Introduction 0:16 AlignedMemorySegmentHeader 1:26 aligned_alloc() 5:54 Testing 1 6:54 Fixing Free() 8:10 Testing 2 9:07 Fixing realloc() 9:48 Conclusion